div.content-inner.home-content.start li{
    background: none !important;
    list-style-type: none !important;
}
div.content-inner.home-content.start li::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(/assets/images/page-assets/li-arrow-right.svg) 0 2px / 1rem 1rem no-repeat;
    margin-right: 0.5rem;
}
section.home-container {
    max-width: 100%;
    padding: 0;
    background: #fcfcfc url(/assets/images/home-content-highlight.png) center 50px no-repeat;
    background: #fcfcfc url(/assets/images/pageBottomBG.jpg) center bottom no-repeat;
    padding-top: 50px;
    -webkit-box-shadow: 0 0 60px 0 #000;
    box-shadow: 0 0 60px 0 #000;
}
h2.h1-style {
    color: #ee3124 !important;
}
.home-container > .row {
    background: url(/assets/images/home-content-highlight.png) center top no-repeat;
    padding-top:70px
}
.secondary-content {
    text-align: center;
    padding: 40px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.content-wrap {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 64px;
    overflow: hidden;
}
.center {
    text-align: center;
}
.content-inner h2,
.secondary-content h2 {
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 3.125rem;
    color: #161616;
}
.home-content {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    bottom: 0;
    position: relative;
}
section.hero {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
section.hero.no-video{
    margin-top:0;
}
.outer-container > div.divider {
    display: none;
}
.carousel-caption {
    display: flex !important;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    padding-top: 118px;
    right: 0;
    left: 0;
}
.carousel-caption > p {
    width: 100%;
}
p.primary {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.25rem;
    line-height: 1.125;
    color: #161616;
    text-shadow: rgb(255, 255, 255, 0.35) 0 0 20px, rgb(255, 255, 255, 0.35) 0 0 30px;
}
p.secondary {
    font-size: 1.5rem;
    font-family: proximanova-medium, sans-serif;
    font-weight: 400;
    color: #161616;
    text-shadow: rgb(255, 255, 255, 0.35) 0 0 20px, rgb(255, 255, 255, 0.35) 0 0 30px, rgb(255, 255, 255, 0.65) 0 0 10px;
    margin-bottom: 48px;
}
.hero .btn.btn-primary {
    padding: 0.375em 3em;
}
.hero .btn.btn-primary:active {
    border-color: #ea5b19;
    background: #ff671b;
    background: -moz-linear-gradient(top, #ff671b 0, #ea5b19 100%);
    background: -webkit-linear-gradient(top, #ff671b 0, #ea5b19 100%);
    background: linear-gradient(to bottom, #ff671b 0, #ea5b19 100%);
}
.hero .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 6px;
    background: #d2d2d2;
    cursor: pointer;
    padding: 0;
}
.hero .carousel-indicators li.active {
    background: #fb7431;
}
.hero .carousel-indicators {
    bottom: -60px;
}
.carousel-inner .carousel-item {
    height: 840px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-background-position: center !important;
    -moz-background-position: center !important;
    -o-background-position: center !important;
    background-position: center !important;
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -o-background-attachment: fixed !important;
    background-attachment: fixed !important;
}
.carousel-inner {
    border-bottom: 1px solid #ddd;
}
.home-cats-nav-wrap {
    background: #dedede;
    border-top: solid 1px #bdbdbd;
    border-bottom: solid 1px #bdbdbd;
}
.home-cats-wrap {
    overflow: hidden;
}
.home-cats-nav-wrap .nav {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.home-cats-nav-wrap .nav li {
    text-align: center;
    padding: 0;
    background: 0 0;
}
.home-cats-nav-wrap .nav li a {
    padding: 16px;
    border-radius: 0 !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
    color: #595959;
    transition: all 0.3s;
    border: none;
}
.home-cats-nav-wrap .nav li a.nav-link.active {
    background: #ee3124;
    color: #fff;
    position: relative;
}
.home-cats-nav-wrap .nav li a.nav-link.active:after {
    content: "";
    height: 1rem;
    width: 1rem;
    background: #ee3124;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    position: absolute;
    transform: rotateY(0) rotate(45deg);
}
.home-cats-nav-wrap .nav-tabs .nav-link:hover {
    background: #ee3124;
    color: #fff;
    border-color: #f5b89b;
}
#myTabContent{

}
.hc-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 0 0;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.hc-inner .hc-item {
    text-align: center;
    margin-bottom: 32px;
    padding-left:0;
    padding-right:0;
    margin-right:32px;
    flex-basis:calc(25% - 24px);
}
.hc-inner .hc-item:last-child{
    margin-right:0!important;
}
.hc-inner .hc-item:nth-child(4n+4){
    margin-right:0;
}
.home-cats-content-wrap {
    background: #efefef;
    overflow: hidden;
}
.home-cats-nav-wrap .nav-tabs .nav-link.active {
    border-color: #f4817f;
}
.hc-item a {
    text-decoration: none;
}
.hc-item a:hover h4 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #ee3124;
}
.hc-item h4 {
    transition: all 0.3s;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
}
.hc-item-img {
    -webkit-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important;
}
.hc-item-img img {
    border: 1px solid #ccc;
    position: relative;
}
.fw-cta-wrap {
    background: #d9d9d9;
    border-top: solid 1px #f4817f;
    border-bottom: solid 1px #f4817f;
    padding: 0;
    text-align: center;
    font-size: 1.875rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    transition: all 0.3s;
}
.fw-cta-wrap a span {
    color: #fff;
}
a.fw-cta {
    display: block;
    padding: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s;
    background: #ee3124;
}
a.fw-cta span {
    background: url(/assets/images/page-assets/icon-cta-arrow-right-w.png) right center no-repeat;
    padding-right: 38px;
    transition: all 0.3s;
}
a.fw-cta:hover {
    background: #f97369;
}
#footer-cta.distrib {
    overflow: hidden;
    height: auto !important;
    padding: 3rem 0;
    display: block;
    max-width: 100%;
    width: 100%;
    background-size: cover !important;
}
#footer-cta.distrib > div {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
}
#footer-cta.distrib h2 {
    color: #fff;
    font-size: 4rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}
#footer-cta.distrib p {
    font-family: proximanova-regular, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 32px;
    width: 1120px;
    max-width: 80%;
}
#footer-cta.distrib .btn.btn-primary:hover {
    color: #333;
}
#footer-cta.distrib .btn.btn-primary {
    box-shadow: none;
    width: auto;
}
.clear {
    display: block;
    width: 100%;
}
.col {
    padding-right: 0;
}
.row {
    margin-right: 0;
}
.resource-center-inner {
    width: 100%;
    padding: 48px 0 80px 0;
}
.resource-center-inner .col-3 {
    padding-bottom: 0;
}
.resource-center-inner h2 {
    text-align: center;
    font-size: 4rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
#home-video, #home-hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    background-size: cover;
}
#home-hero img{
    top:0;
    left:0;
    transform:none;
    right:0;
}
#home-hero {
    height: 100vh;
    min-height: 390px;
    overflow: hidden;
    position: relative;
    background-size:cover!important;
}
#home-hero .overlay,
#static-home-hero .overlay {
    background: rgb(0, 0, 0, 0.0);
    height: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#static-home-hero .overlay {
    position: absolute;
}
#home-hero .overlay h1 {
    font-size: 4.75rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #fff;
    width: 60%;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
    padding-top: 3rem;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#static-home-hero {
    position: relative;
    min-height: 100vh;
    background: url(/assets/images/mobile-static-home-hero.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 3rem;
}
#static-home-hero .overlay h1 {
    font-size: 2rem;
    color: #fff;
    width: 90%;
    text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
section.hero a {
    position: absolute;
    bottom: 3.5rem;
    margin: 0 auto;
    left: auto;
    right: auto;
    display: inline-block;
    z-index: 9999;
}
section.hero a i {
    color: #fff;
    font-size: 2rem;
    opacity: 0.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
section.hero a:hover i {
    opacity: 1 !important;
}
@media only screen and (max-width: 1700px) {
    .resource-center-inner .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 30px;
    }
    #home-hero .overlay h1 {
        width: 85%;
    }
}
@media only screen and (max-width: 1490px) {
    section.home-container {
        /* background: #fcfcfc url(/assets/images/home-content-highlight.png) center top no-repeat; */
        /* padding-top: 3rem; */
    }
    .home-container > .row{
        background:none;
        padding-top:0;
    }
}
@media only screen and (max-width: 1450px) {
    p.primary {
        font-size: 4rem;
    }
    p.secondary {
        font-size: 1.25rem;
    }
    .carousel-inner .carousel-item {
        height: 600px;
        max-height: 90vh;
    }
}
@media only screen and (max-width:1360px) {
    .hc-inner{
    padding-left:2.5%;
    padding-right:2.5%;
    }
}
@media only screen and (max-width: 1350px) {
    .content-wrap {
        width: 100%;
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1300px) {
    .home-cats-nav-wrap .nav li:last-child {
        border-right: 0;
    }
}
@media only screen and (max-width: 1200px) {
    p.primary {
        font-size: 3rem;
    }
    p.secondary {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
    .col-3.hc-item {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .hc-inner .hc-item:nth-child(2n+2){
        margin-right:0;
    }
}
@media only screen and (max-width: 1080px){
    .home-cats-nav-wrap .nav li a{
    font-size:1.5rem;
    }
}
@media only screen and (max-width: 1050px) {
    p.secondary {
        display: none;
    }
    .hc-item h4 {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    body > nav.navbar.bg-dark {
        background-color: rgba(255, 255, 255, 0.8) !important;
    }
}
@media only screen and (max-width: 991px) {
    .carousel-caption {
        padding-top: 28px;
        padding-bottom: 0;
    }
    .resource-center-inner .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .resource-center-inner .col-3:last-child{
       padding-bottom:8px;
    }
    body > .outer-container {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 950px) {
    .hc-inner .hc-item {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        flex-basis:calc(50% - 16px);
    }
    .home-cats-nav-wrap .nav li a{
        font-size:1.375rem;
    }
}
@media only screen and (max-width: 767px) {
    .content-wrap{
    margin-bottom:20px;
    }
    #footer-cta.distrib{
    padding:32px 0;
    }
    #footer-cta.distrib .btn.btn-primary{
    margin-bottom:8px;
    }
    #footer-cta.distrib h2, .resource-center-inner h2{
    font-size:3rem;
    }
    .hero .btn.btn-primary {
        width: auto;
        max-width: 100%;
    }
    .hero .carousel-indicators {
        display: none;
    }
    section.hero {
        margin-bottom: 0;
    }
    .carousel-inner {
        border: none;
    }
    #home-hero .overlay h1 {
        font-size: 3rem;
    }
    .mobile-no-hero section.home-container {
        padding-top: 32px;
        box-shadow: none;
        background: 0 0;
    }
    .resource-center-inner{
        padding:32px 0;
    }
    section.hero {
        /* padding-top: 114px; */
    }
    .mobile-no-hero section.home-container h2.h1-style {
        /* font-size: 28px; */
        /* color: #161616 !important; */
        /* display: none; */
    }
    .home-cats-nav-wrap .nav li a{
        font-size:1.25rem;
    }
}
@media only screen and (max-width: 680px) {
    .home-cats-nav-wrap .nav li a{
        font-size:1.125rem;
    }
}
@media only screen and (max-width: 650px) {
    .col-3.hc-item {
        max-width: 50%;
        flex: 0 0 50%;
        flex-basis:calc(50% - 16px);
    }
    .hc-inner .clear {
        display: none;
    }
    .home-cats-nav-wrap .nav li.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
        border-bottom: solid 1px #bdbdbd;
    }
    .home-cats-nav-wrap .nav li.col-3:last-child {
        border-bottom: 0;
    }
    #home-hero .overlay h1 {
        font-size: 3.5rem;
    }
    .home-cats-nav-wrap .nav li a, a.fw-cta{
        font-size:1.375rem;
    }
}
@media only screen and (max-width: 550px) {
    .col-3.hc-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
   #footer-cta.distrib h2, .resource-center-inner h2 {
        font-size: 2.625rem;
    }
    #footer-cta.distrib p {
        font-size: 1.25rem;
    }
    #footer-cta.distrib .btn.btn-primary {
        padding: 10px 20px;
        font-size: 1.25rem;
        letter-spacing: 3px;
    }
    .hc-inner .hc-item {
        max-width: 90%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right:0;
        margin-bottom:16px;
    }
    #home-hero .overlay h1 {
        font-size: 2.5rem;
    }
    .content-inner h2,
    .secondary-content h2 {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 500px) {
    .content-wrap {
        padding: 0 32px;
    }
    h1 {
        font-size: 2.75rem;
    }
}
@media only screen and (max-width: 400px) {
    #home-hero .overlay h1 {
        font-size: 1.75rem;
    }
}
#testimonials{
padding-top:40px;
}
.testimonial-slide{
text-align:left;
}
.testimonial-slide > div{
display:flex;
align-items:center;
}
.testimonial-slide > div > .image-wrapper{
flex-basis:25%;
}
.testimonial-slide > div > .text-wrapper{
flex-basis:75%;
padding-left:40px;
}
.testimonial-slide > div > .text-wrapper .testimonial{
font-style:italic;
font-size:1.5em;
}
.testimonial-slide > div > .text-wrapper .testimonial-name-title{
font-family: proximanova-bold, sans-serif;
margin-bottom:16px;
}
.testimonial-slide > div > .text-wrapper .testimonial-name-title > span{
color:#666;
display:inline-block;
padding-left:20px;
}
.testimonial-slide > div > .text-wrapper > a{
font-family: proximanova-bold, sans-serif;
margin-right:10px;
}
.testimonial-slide > div > .text-wrapper > a.fancybox{

}
.testimonial-slider .slick-prev{
display:none!important;
}
.testimonial-slider .slick-next, .testimonial-slider .slick-next:focus{
background:url(/assets/images/arrow-right-red.png) no-repeat;
height:53px;
width:86px;
background-size:contain;
top:calc(50% - 27px);
right:-100px;
transition:all 300ms;
}
.testimonial-slider .slick-next:hover{
background:url(/assets/images/arrow-right-red.png) no-repeat;
background-size:contain;
opacity:0.6;
}
.testimonial-slider .slick-next:before{
display:none;
}
@media only screen and (max-width:1520px){
.testimonial-slider.slick-initialized{
padding-right:120px;
}
.testimonial-slider .slick-next, .testimonial-slider .slick-next:focus{
right:0;
}
}
@media only screen and (max-width:960px){
.testimonial-slide > div{
flex-wrap:wrap;
}
.testimonial-slide > div > .image-wrapper, .testimonial-slide > div > .text-wrapper{
flex-basis:100%;
text-align:center;
}
.testimonial-slide > div > .image-wrapper img{
margin:0 auto;
margin-bottom:30px;
max-width:80%;
}
.testimonial-slide > div > .text-wrapper .testimonial{
font-size:1.25em;
}
@media only screen and (max-width:700px){
.testimonial-slide > div > .text-wrapper > a{
display:inline-block;
margin:0;
width:100%;
margin-bottom:20px;
}
.testimonial-slider.slick-initialized{
padding-right:60px;
}
.testimonial-slider .slick-next, .testimonial-slider .slick-next:focus{
width:40px;
}
}